home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Would You Survive?
/
How Would You Survive (1995)(Grolier)[Mac-PC].iso
/
pc
/
opening.dir
/
00182_Script_182
< prev
next >
Wrap
Text File
|
1995-09-06
|
648b
|
42 lines
Global gBtnE, gBtnA, gBtnV
on OpenRollover
if the mousecast = the castnum of sprite 46 then
HandCursor
else
if rollover(47) then
HandCursor
else
if rollover(48) then
HandCursor
else
ArrowCursor
end if
end if
end if
if hilight (gBtnE) then exit
if hilight (gBtnA) then exit
if hilight (gBtnV) then exit
end
on BtnE
go movie "EDEMO"
end
on BtnA
go movie "ADEMO"
end
on BtnV
go movie "VDEMO"
end
on OpenKill
hideControl (gBtnE)
hideControl (gBtnA)
hideControl (gBtnV)
set gBtnE = 0
set gBtnA = 0
set gBtnV = 0
end